home *** CD-ROM | disk | FTP | other *** search
/ The Martial Arts Explorer / Martial Arts Explorer, The (1995)(Future Vision)[Mac-PC].iso / mac / INSTALL.INF < prev    next >
INI File  |  1995-01-22  |  5KB  |  102 lines

  1. ; This section holds the program's information
  2. ; AppName - the name of the application .exe file
  3. ; DefaultPath - the default path for express setup and custom setup directory dialog
  4. ; Options - the number of options
  5. ; Option systax:  Option Name (displayed in option dialog) - sections included in the option separated by commas (no spaces)
  6. ; Express - the number of the option that is used in express setup
  7. ;
  8. [SetupInfo]
  9.     AppName = EXPLORER
  10.     DefaultPath = EXPLORER
  11.     Options = 2
  12.     Opt2 = Minimal Installation-fonts
  13.     Opt1 = Hard Disk Installation (Recommended)-fonts, root, xmodule
  14.     Express = 1
  15.     QTSource = QTW2\setup.exe
  16.     QTSize = 3000
  17.  
  18. ; File sections
  19. ; Path - the destion path for installation
  20. ;    Type 'Win' in order to install the files in the section in the windows directory
  21. ;    Type 'WinSys' in order to install the files in the section in the windows system directory
  22. ;    Type '.' to install in the destion directory
  23. ;    Any other directory is a sub directory of the destination directory
  24. ; Source - the source path where the files are located
  25. ;    Type '.' for the root or path of the setup program
  26. ;    Any other directory is a sub directory of the root where the files are located
  27. ; Count - the number of files in the section
  28. ; Size - the size in Kilobytes that this section requires (needed for checking free disk space)
  29. ;
  30. ; file syntax: File(n) = filename
  31. ;
  32. ; the file names to be installed must begin with File1 and run consecutively until the last file
  33. ; is reached
  34.  
  35. [xmodule]
  36.     Path = MISC
  37.     Source = MISC
  38.     Count = 3
  39.     Size = 270
  40.  
  41.     File1 = xmodule.dll
  42.     File2 = getram.dll
  43.     File3 = flusheve.dll
  44.  
  45. [Root]
  46.     Path = .
  47.     Source = .
  48.     Count = 3
  49.     Size = 2000
  50.  
  51.     File1 = EXPLORER.EXE
  52.     File2 = README.WRI
  53.     File3 = EXPLORER.INI
  54.     
  55. [Fonts]
  56.     Path = WinSys
  57.     Source = MISC
  58.     Count = 1
  59.     Size = 30
  60.  
  61.     File1 = explr12.fon,0
  62.  
  63. ; This section holds the information for the program group
  64. ; Count is the number of items the group.
  65. ; Groupname is the name of the program group
  66. ; Gropufilename is the name of the .grp group file
  67.  
  68. [ProgmanGroup]
  69.     Count = 2
  70.     Item1 = EXPLORER.EXE, Martial Arts Explorer
  71.     Item2 = README.WRI, README
  72.     GroupName = Martial Arts Collection
  73.     GroupFileName = EXPLORER
  74.  
  75. [FontNames]
  76.     Count = 1
  77.     Font1 = explr12.fon, ExplorerP 12 (VGA res)
  78.     
  79. ; This section holds the texts for the dialog boxes.
  80. ; Type the text for each dialog in the appropriate line (one line only for each dialog)
  81. ; Use pipe '|' for new line
  82. ;
  83. [DialogText]
  84.     Welcome = Welcome to the "Martial Arts Explorer" setup program.||Click on "Custom" to select the type of installation you prefer or click on "Express" to run an automatic installation.
  85.     Options = Select the type of installation that you prefer.||The Minimal installation creates the "Martial Arts Explorer" program group and adds some fonts to your system. All files will be run from the CD ROM drive.||The Optimal also copies some parts of "Martial Arts Explorer" to your hard disk. This gives you better performance then the minimal installation.
  86.     AskQuit = The setup process is not complete. If you exit now, "Martial Arts Explorer" will not be installed correctly.|| You may run the setup program again at a later time to complete the installation of "Martial Arts Explorer".
  87.     DestPath = Setup will copy the "Martial Arts Explorer" to the directory specified bellow.  If you want to copy the "Martial Arts Explorer" to a different directory, type the new directory name in the box bellow.
  88.     ConfirmPath = Please verify that the directory in the box bellow is the desired destination directory.  If so, click "Continue".  If you would like to change the destination directory click on "Change".
  89.     Copy = Now copying the "Martial Arts Explorer".
  90.     UpdateSystem = Updating system files.
  91.     ExitQuit = ExitQuit
  92.     ExitSuccess = "Martial Arts Explorer" was successfully installed and its icon was added to the "Martial Arts Collection" program group.||The "Martial Arts Explorer" requires Quick Time 2.0.||Do you want to install Quick Time 2.0?
  93.     ExitFail = Setup failed!!!.
  94.     TooBig = You do not have enough disk space to install the "Martial Arts Explorer".||Clear some space on your hard disk and run Setup again.
  95.     BadPath = The directory entered is not valid.
  96.     PathExists = The destination directory already exists. Do you want to continue with this operation?
  97.         
  98.     HelpWelcome = The setup program installs the "Martial Arts Explorer" and creates a program group called "Martial Arts Explorer".||The Express option performs the recommended installation on your hard disk.||The Custom option allows you to choose between the two types of installations.|||To quit the installation program at any time, click "Exit".
  99.     HelpDestPath = You can specify the directory on your hard disk where the "Martial Arts Explorer" will be installed.||The default directory is C:\EXPLORER.||If you specify a directory that does not exist, setup will create the directory for you.
  100.     HelpConfirmPath = Setup will copy the "Martial Arts Explorer" to the directory specified in the box. Click on "Continue" to proceed, or click on "Change" to enter a new directory.
  101.  
  102.